Skip to content

RPC: allow replica count to be configured#157

Merged
jacekn merged 2 commits intostellar:mainfrom
jacekn:replicas
Apr 9, 2026
Merged

RPC: allow replica count to be configured#157
jacekn merged 2 commits intostellar:mainfrom
jacekn:replicas

Conversation

@jacekn
Copy link
Copy Markdown
Contributor

@jacekn jacekn commented Apr 9, 2026

  • allow replica count to be configured. Defaults stay the same
  • as drive-by bump appVersion to match latest release

* allow replica count to be configured. Defaults stay the same
* as drive-by bump appVersion to match latest release
Copilot AI review requested due to automatic review settings April 9, 2026 10:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Soroban RPC Helm chart to make the StatefulSet replica count configurable while keeping the default behavior the same, and bumps the chart/app versions to the latest Soroban RPC release.

Changes:

  • Add a new sorobanRpc.replicaCount value (default 2) in chart values.
  • Template the StatefulSet spec.replicas from sorobanRpc.replicaCount instead of hard-coding 2.
  • Bump chart version and appVersion.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
charts/soroban-rpc/values.yaml Adds sorobanRpc.replicaCount default value and documentation note.
charts/soroban-rpc/templates/soroban-rpc-sts.yaml Switches StatefulSet replicas to a configurable value.
charts/soroban-rpc/Chart.yaml Bumps chart version and appVersion.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jacekn jacekn merged commit 78f1381 into stellar:main Apr 9, 2026
2 checks passed
@jacekn jacekn deleted the replicas branch April 9, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants